Socket
Socket
Sign inDemoInstall

@solana/spl-token-metadata

Package Overview
Dependencies
Maintainers
14
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@solana/spl-token-metadata

SPL Token Metadata Interface JS API


Version published
Weekly downloads
95K
increased by0.42%
Maintainers
14
Weekly downloads
 
Created
Source

@solana/spl-token-metadata

A TypeScript interface describing the instructions required for a program to implement to be considered a "token-metadata" program for SPL token mints. The interface can be implemented by any program.

  • TypeScript Docs
  • FAQs (Frequently Asked Questions)
  • Install
  • Build from Source

FAQs

How can I get support?

Please ask questions in the Solana Stack Exchange: https://solana.stackexchange.com/

If you've found a bug or you'd like to request a feature, please open an issue.

Install

npm install --save @solana/spl-token-metadata @solana/web3.js

OR

yarn add @solana/spl-token-metadata @solana/web3.js

Build from Source

  1. Prerequisites
  • Node 16+
  • NPM 8+
  1. Clone the project:
git clone https://github.com/solana-labs/solana-program-library.git
  1. Navigate to the library:
cd solana-program-library/token-metadata/js
  1. Install the dependencies:
npm install
  1. Build the library:
npm run build
  1. Build the on-chain programs:
npm run test:build-programs

FAQs

Package last updated on 28 Aug 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc